home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Ware Multimedia 1995 May
/
cd Ware (Juegos) Epimundo.iso
/
DOS
/
TOOLS
/
PC_DEMO.ZIP
/
BSAVE.BAS
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
GW-BASIC
|
1987-04-15
|
223 b
|
5 lines
5 'This program saves the current screen. Always use a .BLD extension.
10 DEF SEG = &HB800 'first page of color screen
20 BSAVE "picture.bld",0, 4000 'use 2000 as length of a 40-column screen
40 DEF SEG